arXiv cs.AI / q-fin
Jul 30, 2026
FinSMART: Financial Sentiment Analysis for Algorithmic Trading through Market-Aligned Reinforcement Learning
This arXiv preprint proposes FinSMART, which trains a financial-sentiment model with reinforcement-learning rewards derived from subsequent market outcomes rather than only static human labels. The authors report stronger profitability, risk-adjusted performance, and sentiment-signal metrics than their FinDPO baseline; these are paper-reported experimental results, not independently replicated investment performance.
- The paper proposes a three-stage pipeline that aligns news with market data, applies a dual-filter trading reward, and uses GRPO to optimize a Llama-3-8B-Instruct-based sentiment model.
- The authors report a 220% cumulative-return improvement over their strongest baseline in their experiment; this is a research claim rather than an independently verified trading result.
Why it mattersThe work is a concrete attempt to align financial-language-model training with downstream market outcomes. It is relevant to research and quant teams, but the use of realized returns as a reward also makes robustness, data leakage, transaction costs, and out-of-sample replication central diligence questions.
arXiv cs.AI
Jul 30, 2026
A foundation model of numerical intelligence with cross-disciplinary generalization
This arXiv paper presents UNICON, a frozen in-context operator network trained on graph-form numerical data from scientific and social systems. The authors report that it approaches specialist models on held-out systems and that an LLM-agent prompt-orchestration layer improves some tasks; these are results reported in the paper.
- UNICON represents observations and forecast targets from multiple systems in a shared graph-based contextual format, allowing adaptation without weight updates.
- The authors report tests on disciplines absent from training and additional gains from LLM-agent orchestration; the claims have not been independently replicated in this edition.
Why it mattersIt expands the foundation-model thesis beyond language into structured numerical forecasting. The claimed transfer and agent-assisted gains make the evaluation design, out-of-distribution baselines, and reproducibility more important than headline performance alone.